home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr47 / lzpip103.zip / LZERROR.C < prev    next >
Text File  |  1994-02-23  |  389b  |  15 lines

  1. int lzerror = 0;
  2. char *lzerrlist[] = {
  3.    "uninitialized zip processing",
  4.    "not enough memory",
  5.    "bad magic header",
  6.    "reserved field or compression method",
  7.    "EOF while processing header",
  8.    "Invalid compressed data",
  9.    "More data to process at close",
  10.    "uncompressed size differs from recorded",
  11.    "bad CRC",
  12.    "write error",
  13.    "generic/internal error",
  14. };
  15.